.pagination {
    font-size: 80%;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #63065f;
	color: #63065f;
	width: 15px;
	text-align: center;
}

.pagination .next, .pagination .prev {
    text-decoration: none;
	border: solid 1px #63065f;
	color: #63065f;
	width: 30px;
	height:17px;
	text-align: center;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	width: 15px;
	height:17px;
	text-align: center;
}

.pagination .current {
    background: #63065f;
    color: #fff;
	border: solid 1px #63065f;
	width: 15px;
	text-align: center;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
	width: 30px;
	text-align: center;
}
